chore: upgrade gh-aw to v0.82.7 pre-release and recompile workflows#6064
Merged
Conversation
- Upgraded gh-aw extension from v0.82.5 to v0.82.7 (pre-release) - Recompiled all workflow lock files - Ran post-processing for smoke/build-test workflows - Updated test assertions for new setup action hash Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s gh-aw tooling from v0.82.5 to v0.82.7 (pre-release) and refreshes the generated workflow lock files so the pinned action SHAs and embedded workflow metadata match the new compiler version.
Changes:
- Updated CI assertions to expect the new pinned
github/gh-aw-actions/setupSHA (bf7ba42…) and version comment (# v0.82.7). - Recompiled workflow lock files so
compiler_version,GH_AW_VERSION, anduses: github/gh-aw-actions/setup@…entries are consistently updated to v0.82.7. - Switched multiple workflows’ firewall log printing step to call
print_firewall_logs.sh --rootless, and propagatedGH_AW_SAFE_OUTPUTSinto relevant parsing steps.
Show a summary per file
| File | Description |
|---|---|
| scripts/ci/test-coverage-improver-workflow.test.ts | Updates setup-action pin assertion to v0.82.7 SHA/comment. |
| scripts/ci/self-hosted-runner-doctor-workflow.test.ts | Updates setup-action pin assertion to the new SHA. |
| scripts/ci/self-hosted-runner-doctor-updater-workflow.test.ts | Updates setup-action pin assertion to the new SHA. |
| scripts/ci/security-guard-workflow.test.ts | Updates setup-action pin assertion to v0.82.7 SHA/comment. |
| .github/workflows/test-hard-cap-ai-credits.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step. |
| .github/workflows/test-coverage-reporter.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and safe-outputs env. |
| .github/workflows/test-coverage-improver.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and safe-outputs env. |
| .github/workflows/smoke-otel-tracing.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/smoke-gemini.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/smoke-copilot-pat.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/smoke-codex.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/smoke-claude.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/smoke-chroot.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/security-guard.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/network-isolation-test.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/workflows/contribution-check.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates MCP gateway container pin and runtime PATH bootstrap. |
| .github/workflows/build-test-network-isolation.lock.yml | Regenerated lock to v0.82.7; uses new setup SHA; updates firewall-log printing step and runtime PATH bootstrap. |
| .github/aw/actions-lock.json | Updates locked setup / setup-cli entries to v0.82.7 and SHA bf7ba42…. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 52/52 changed files
- Comments generated: 0
- Review effort level: Low
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the
gh-awextension from v0.82.5 to v0.82.7 (pre-release) and recompiles all workflow lock files.Changes
gh aw upgrade --pre-releasesbf7ba42ce6443bf79fa184c9c6a35de202690bfc)Test results
All 3620 tests pass (
npm test).